home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / WWW / HSC0916.ZIP / !hsc / docs-source / examples.hsc < prev    next >
Text File  |  1997-06-06  |  2KB  |  42 lines

  1. <WEBPAGE chapter="hsc - " title="Examples"
  2.     PREV="options.html"
  3.     NEXT="fileargs.html">
  4.  
  5. <* macro to format an example *>
  6. <$MACRO example EXMP:string>
  7. <DT><CODE><(exmp)></CODE>
  8. <DD>
  9. </$MACRO>
  10.  
  11. <H2>Command Line Examples</H2>
  12.  
  13. <DL>
  14. <EXAMPLE exmp="hsc FROM hugo.html >NIL:">
  15.     Simply performs a syntax check on <FILE>hugo.html</FILE> and passes
  16.     the output to the null-device.<P>
  17. <EXAMPLE exmp="hsc hugo.html TO t: STATUS=QUIET RPLCENT">
  18.     Same as above, but does not display status messages during conversion.
  19.     A dummy-output is created in the temporary directory
  20.     Additionally, all special characters like <qqc>Ü</qqc> or <qqc>ß</qqc> are
  21.     replaced by its entities (<qqc>&Uuml;</qqc> and
  22.     <qqc>&szlig;</qqc>).<P>
  23. <EXAMPLE exmp="hsc FROM people/hugo.hsc TO /pub_html/">
  24.     <P>Process subfile <FILE>people/hugo.hsc</FILE>. The current directory is the
  25.     main directory of the project. The html-object is created in
  26.     <FILE>/pub_html/people/hugo.html</FILE>.</P>
  27.     <STRONG>Note</STRONG>: Also mind that the hsc-source ends with <qqc>.hsc</qqc>, but
  28.     the html object automatically gets the extension <qqc>.html</qqc>. Therefor, all
  29.     references must end with <qqc>.html</qqc>.
  30. </DL>
  31.  
  32. <H2>Project Examples</H2>
  33.  
  34. <P>There also is an <FILE>example</FILE> drawer, which contains some
  35. small example projects. Every project includes a file called
  36. <FILE>README</FILE>, which will explain further details.</P>
  37.  
  38. <P>All example projects are supposed to be performed from the command
  39. line.</P>
  40.  
  41. </WEBPAGE>
  42.